gsk: Fix serialization of glyphs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2020 15:46:59 +0000 (10:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2020 15:49:56 +0000 (10:49 -0500)
commitaa95ae774fdc762c11025bbde37d6db24ff5d65a
tree35f80ea7da7d4b36b41f7398cda7a0ab8d2cf70b
parent933d241bbae6785c597798a2b804e57bf20301da
gsk: Fix serialization of glyphs

We were forgetting to put a space between two numbers
in some cases, confusing the parser.

Test included.

Fixes: #3496
gsk/gskrendernodeparser.c
testsuite/gsk/nodeparser/text.node [new file with mode: 0644]
testsuite/gsk/nodeparser/text.ref.node [new file with mode: 0644]